home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / gas / gassrc02.zoo / version.c < prev    next >
C/C++ Source or Header  |  1992-04-27  |  768b  |  32 lines

  1. #if defined(__STDC__) || defined(const)
  2. const
  3. #endif
  4. #ifdef CANON
  5. char version_string[] = "GNU assembler version 1.38(Modified 1.5)\n";
  6. #else
  7. #if defined(CROSSATARI) || defined(atarist) || defined(atariminix)
  8. char version_string[] = "GNU assembler version 1.38";
  9. #else
  10. char version_string[] = "GNU assembler version 1.38\n";
  11. #endif /* atari */
  12. #endif CANON
  13.  
  14. /* DO NOT PUT COMMENTS ABOUT CHANGES IN THIS FILE.
  15.  
  16.    This file exists only to define `version_string'.
  17.  
  18.    Log changes in ChangeLog.  The easiest way to do this is with
  19.    the Emacs command `add-change-log-entry'.  If you don't use Emacs,
  20.    add entries of the form:
  21.  
  22. Thu Jan  1 00:00:00 1970  Dennis Ritchie  (dmr at alice)
  23.  
  24.     * universe.c (temporal_reality): Began Time.
  25. */
  26.  
  27. #ifdef VMS
  28. dummy3()
  29. {
  30. }
  31. #endif
  32.